home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
ab20
/
ab20_archive
/
datacomm
/
vlt-5.045.lzh
/
rexx
/
VLTMouse.vlt
< prev
next >
Wrap
Text File
|
1990-08-01
|
236b
|
11 lines
/** VLTMouse.vlt
*
* Demo of how to program VLT's mouse to send something to an ARexx port.
* See also VLTMouse.rexx.
*
**/
address AREXX "VLTMouse.rexx"
call delay(100)
"mouse on (~rx 'address VLTMOUSE %d %d %d %d %d %d %d')"
exit